@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	
	margin-right: 5px;
	float: none;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	20;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/





.name:hover {
	
	font-size: 1.2em;
}
#nav li:hover {
	-webkit-box-shadow: 2px 2px #000;
	box-shadow: 2px 2px #000; 
	font-size: 1.2em;
}


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-left: 0.5%;
	padding-right: 0.5%;
	
	padding-top: 20px;
	clear: none;
	float: none;
}	
.fluid {
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	text-shadow: 0px 0px;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
}

.fluidList { margin-top: 0;
	list-style: none;
	list-style-image: none;
	text-decoration: none;
}
body {
	

	background-image: url(images/paisley-2-240.jpg); 
	
}
.logo_left {
	
	width: 70%;
	max-width: 700px;

}
.head_right {
	min-width: 180px;
	float: right;
	width: 30%;
	
	text-decoration: none;
}
.name   {
	float: left;
	width: 180px;
	border-radius: 7px;
	background-image: url(images/name-background.png);	
	background-size: 100% 100%;	
	
	-webkit-box-shadow: 5px 7px 7px 0px #000;
	-moz-box-shadow: 5px 7px 7px 0px #000;
	box-shadow: 5px 7px 7px 0px #000;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;

	
}


#nav
{ 
text-align: center; 

    /* container */
}
    #nav > a
    {
		
    }
	
    #nav li
    {
	position: relative;	
	width: 180px;
	height: 40px;
	margin: 1px;
	float: left;
	border-radius: 7px;
	-webkit-box-shadow: 5px 7px 7px 0px #000,
	inset 0px 0px 3px 3px #b9b9b9;
	-moz-box-shadow: 5px 7px 7px 0px #000,
	inset 0px 0px 3px 3px #b9b9b9;
	box-shadow: 5px 7px 7px 0px #000,
	inset 0px 0px 3px 3px #b9b9b9;
	
	text-align: center;
	line-height: 40px;
	background-color: hsla(0,0%,100%,1);
    }
 
    /* first level */
 
    #nav  ul
    {
       
	
		display: inline-block;
	

    }
        
	
        
 
    /* second level */
 
   #nav  li  ul  li
    {
	float: left;
	width: 240px;
	border-radius: 7px;
	-webkit-box-shadow: 5px 7px 7px 0px #000,
	inset 0px 0px 3px 3px #b9b9b9;
	-moz-box-shadow: 5px 7px 7px 0px #000,
	inset 0px 0px 3px 3px #b9b9b9;
	box-shadow: 5px 7px 7px 0px #000,
	inset 0px 0px 3px 3px #b9b9b9;
	
	background-color: hsla(0,0%,100%,1);
	
	}
	
	
	#nav li ul
    {
     ;float: left;
		z-index: +1;
	   display: none;
        position: absolute;
        top: 100%;

		
    }
        #nav li:hover ul
        {
            display: block;
				
        }


.main {
	margin-bottom: 10px;
	margin-top: 20px;
	float: left;
	width: 95%;
	min-width: 300px;min-height: 820px;	
	border-radius: 15px;
	text-align: left;
	background-image: url(images/background-1.png);
	background-size: 100% 100%;
	-webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.75);
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}

.iframe-rwd  {
position: relative;
padding-bottom: 1%;
border:none;
  
    

}
.iframe-rwd iframe {

width: 100%; border:none;
}

.foot {
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: hsla(0,0%,100%,1);
	border-radius: 5px;
	padding-left: 2%;
	-webkit-box-shadow: 5px 7px 7px 0px #000,
	inset 0px 0px 3px 3px #b9b9b9;
	-moz-box-shadow: 5px 7px 7px 0px #000,
	inset 0px 0px 3px 3px #b9b9b9;
	box-shadow: 5px 7px 7px 0px #000,
	inset 0px 0px 3px 3px #b9b9b9;
	font-size: x-small;
	width: 98%;
	position: relative;
}

.hide_mobile {
display: none;
}


@media only screen and (orientation:portrait) {
 

.main {
	margin-bottom: 10px;
	margin-top: 20px;
	float: none;
	width: 95%;
	height: auto;
	position: relative;
	clear: both;
	overflow-x: scroll;
}



.foot {
	margin-top: 10px;
	margin-bottom: 30px;
	
	width: 98%;
	position: relative;
}
}
@media screen and (max-width: 620px) {

	body { margin-left: 2%; margin-right: 2%
}
	
	.logo_left {
	
	width: 100%;
}


.head_right { margin: 0 0 0 0;

	float: none;
	width: 100%; margin: none;
	
	text-decoration: none;
}
.name   { 
	position: relative;	float: left;
	width: 180px;

	
}


    #nav > a
    {
		
    }
	
    #nav li
    {
	position: relative;	
	width: 180px;
	height: 40px;
	margin: 1px;
	float: left;
	}
 
    /* first level */
 
    #nav  ul
    {
     display: inline-block;
	}
        
	
    /* second level */
 
   #nav  li  ul  li
    {
	float: right;
	width: 240px;

	}
	
	
	#nav li ul
    {
     ;float: right;
		z-index: +1;
	   display: none;
        position: absolute;
        top: 100%;

    }
        #nav li:hover ul
        {
            display: block;
        }


.main {
	margin-bottom: 10px;
	margin-top: 20px;
	float: none;
	width: 95%;
	height: inherit;
	position: relative;
	clear: both;	
	
}



.foot {
	margin-top: 10px;
	margin-bottom: 30px;
	
	width: 98%;
	position: relative;
}
}

